www.gusucode.com > Robotics Playground工具箱matlab源码 > Robotics Playground/lib/Resources/Utils/mlrobot_src/mlrobotstart.m

    function mlrobotstart(mlrobot)
%MLROBOTSTART   This function starts running the virtual environment for an
%   MLROBOT object
%
%   Example:
%
%       myRobot = mlrobot;
%       mlrobotstart(myRobot);
%   
%   See also MLROBOT
%
%  Copyright 2018 The MathWorks, Inc.

    mlrobot.connect;

end